d/control: Disable JavaScript-based tests on s390x
authorSimon McVittie <smcv@debian.org>
Tue, 8 Mar 2022 02:00:50 +0000 (02:00 +0000)
committerSimon McVittie <smcv@debian.org>
Tue, 8 Mar 2022 02:00:50 +0000 (02:00 +0000)
Mitigates: https://github.com/ostreedev/ostree/issues/2527

debian/control
debian/ostree-tests.lintian-overrides

index c7cae82867721c37099315c3864cc0d7a81a0c4e..be8f2e07f3b1482c8a6e7c8bf2349a6f014d5d75 100644 (file)
@@ -20,7 +20,7 @@ Build-Depends:
  e2fslibs-dev,
  elfutils,
  fuse3,
- gjs [!alpha !hppa !ia64 !m68k !sh4 !sparc64 !x32],
+ gjs [!alpha !hppa !ia64 !m68k !s390x !sh4 !sparc64 !x32],
  gnupg <!nocheck>,
  gobject-introspection,
  gtk-doc-tools <!nodoc>,
index f8daa2699145f157c3e19376f0f7caf027947f38..94bb2c37377028cd9b3cd2621b53850f52891695 100644 (file)
@@ -10,7 +10,7 @@ ostree-tests: symlink-is-self-recursive usr/libexec/installed-tests/libostree/te
 # other architectures mentioned here.
 # The test that runs this script is automatically skipped if gjs isn't
 # present.
-[alpha hppa ia64 m68k sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js)
+[alpha hppa ia64 m68k s390x sh4 sparc64 x32]: missing-dep-for-interpreter gjs => gjs (usr/libexec/installed-tests/libostree/corrupt-repo-ref.js)
 
 # This shared object genuinely doesn't use any libc ABIs directly,
 # only via GLib